        /* Media Query */
        @media(max-width:991px) {

            .header {
           
                /* background: #000 !important; */
            }

            .footer-top {
                display: flex;
                flex-direction: column !important;
            }

            .foot-bottom {
                flex-direction: column-reverse;
                margin-top: 15px;
            }

            .foot-nav {
                margin: 15px 0;
            }

            .foot-bottom div,
            button,
            h6 {
                margin: 12px 0;
            }
            .purchase {
                display: flex;
                justify-content:center;
                align-items: center;
                width: 100%;
                padding-left:30px;
            }          
            .gst_condition::before {
                left: 30%;
            }
            .get-start h1{
                font-size: 30px;
            }
            .get-start p{
                font-size: 19px;
                text-align: center;
            }
        }


        @media(max-width:768px) {

            /* Top Ads Bar */
            .bg-topbar {
                background: var(--header);
                padding: 0 20px !important;
            }

            .topbar {
                min-height: 65px !important;
            }

            .topbar-text {
                font-weight: 600;
            }

            .topbar-form input {
                margin: 0 1px;
                border: none;
                font-size: 13px;
                padding: 4px 3px;
                outline: none;
            }

            .topbar-form input[type='submit'] {
                width: 98px;
                background: #f5f3f3;
                color: #fff;
                padding: 2px 4px;
                font-size: 16px;
                font-weight: 600;
                border-radius: 5px;
                animation: scale 5s linear infinite;
            }
            .header {
               
                /* background: #000 !important; */
            }
            .gst_condition::before {
                left: 25%;
            }
            .service{
                flex-direction: column;
                align-items:flex-start;
                justify-content: flex-start;
                margin: 0px 30px;
                text-align: left !important;
            }
            .service a{
                margin: 19px 0;
            }
        }